Skip to content

Fix invalid escape warnings in scientist banners#8

Draft
Mirochill wants to merge 1 commit into
manassharma07:mainfrom
Mirochill:fix-5-invalid-escape-warning
Draft

Fix invalid escape warnings in scientist banners#8
Mirochill wants to merge 1 commit into
manassharma07:mainfrom
Mirochill:fix-5-invalid-escape-warning

Conversation

@Mirochill

@Mirochill Mirochill commented May 21, 2026

Copy link
Copy Markdown

Summary

  • mark ASCII-art docstrings as raw strings where they contain literal backslashes
  • escape literal backslashes in scientist banner strings so Python 3.14 does not warn about invalid escape sequences

Fixes #5.

Validation

  • git diff --check HEAD~1..HEAD

Not run locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SyntaxWarning: invalid escape sequence '\*'

1 participant